os.fileStat.IsDir (method, view implemented interface methods)
2 uses
os (current package)
root_unix.go#L40: if err == nil && !fs.IsDir() {
types.go#L61: func (fs *fileStat) IsDir() bool { return fs.Mode().IsDir() }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)